.dtbox {
    width: 100%;
    /* height: 100%; */

    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.dt-inner {
    background: url(../img/newdt-bg.png)no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
}

/* .inner1 {
  
} */

.inner-1 {
    width: 24.5%;
    display: flex;
    flex-direction: column;
    padding: 1.5% 0;
}

.zgz {
    font-size: 16px;
    font-family: "FZLTDHJW";
    text-align: center;
    margin-bottom: 2%;
}
.zgz a{
    color: #f6d2b8;
    text-shadow: 0px 20px 25px rgba(204, 0, 0, 0.6);
    text-decoration: none;
}
.zkz {
    font-size: 28px;
    font-weight: bold;
    color: #f6d2b8;
    text-align: center;
    text-shadow: 0px 20px 25px rgba(204, 0, 0, 0.6);
    margin-bottom: 2%;
}
.zkz a{
    font-size: 28px;
    font-weight: bold;
    color: #f6d2b8;
    text-align: center;
    text-shadow: 0px 20px 25px rgba(204, 0, 0, 0.6);
    text-decoration: none;
}
.sj {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 254, 253);
    background-image: -moz-linear-gradient(90deg, rgb(248, 226, 170) 0%, rgb(252, 244, 222) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(248, 226, 170) 0%, rgb(252, 244, 222) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(248, 226, 170) 0%, rgb(252, 244, 222) 100%);
    opacity: 0.8;
    width: 50%;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 3%;
}
.sj a{
    font-weight: bold;
    color: #ce1e1a;
    text-decoration: none;
}
.tips{
    text-align: center;
}
.tips span {
    font-size: 12px;
    text-align: center;
}
.tips span a{
    font-size: 12px;
    text-align: center;
    color: #f6d2b8;
    text-decoration: underline;
}

@media screen and (max-width:1329px) {
    .inner1{
        width: 70%!important;
    }
}
@media screen and (max-width:1187px) {
    .inner1{
        width: 80%!important;
    }
}
@media screen and (max-width:1041px) {
    .inner1{
        width: 90%!important;
    }
}
@media screen and (max-width:927px) {
    .inner1{
        width: 100%!important;
    }
}
@media screen and (max-width:836px) {
    .zgz a{
        font-size: 12px;
    }
    .zkz a{
        font-size: 22px;
    }
    .sj a{
        font-size: 12px;
    }
    .tips a{
        font-size: 12px;
    }
}
@media screen and (max-width:648px) {
    .zkz a{
        font-size: 18px;
    }
    .sj{
        width: 70%;
    }
    .tips{
        display: flex;
        flex-direction: column;
        padding-top: 3%;
    }
    .tips span{
        display: block;
        line-height: 1px;
    }
}
@media screen and (max-width:530px) {
    .zkz a{
        font-size: 15px;
    }
}
@media screen and (max-width:455px) {
    .zkz a{
        font-size: 13px;
    }
    .zgz{
        margin-bottom: -10%;
    }
    .sj{
        width: 90%;
    }
}
@media screen and (max-width:387px) {
    .zkz a{
        font-size: 12px;
    }
    .zgz{
        margin-bottom: -10%;
    }
    .sj{
        width: 90%;
        margin-bottom: 5%;
    }
    .tips{
        margin-bottom: 5%;
    }
}
@media screen and (max-width:423px) {
    .nonexx{
        display: none;
    }
    .inner1{
        justify-content: space-around;
    }
    .inner-1{
        width: 45%;
    }
    .zkz a{
        font-size: 20px;
    }
    .zkz{
        margin-top: 2%;
    }
    /* .tips{
        display: flex!important;
        justify-content: space-around!important;
        flex-direction: row;
    } */
    .sj{
        width: 60%;
    }
}
@media screen and (max-width:320px) {
    .inner-1{
        width: 48%;
    }
    
}